From 3c4bcd6f4412513390c0dd9e917f73c98f6ffa83 Mon Sep 17 00:00:00 2001 From: Debian LibreOffice Maintainers Date: Wed, 1 Aug 2012 08:41:17 +0000 Subject: [PATCH] fix-ARM-detection-in-set-soenv Gbp-Pq: Name fix-ARM-detection-in-set-soenv.diff --- set_soenv.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/set_soenv.in b/set_soenv.in index 57927a02997..067f34b6b9a 100755 --- a/set_soenv.in +++ b/set_soenv.in @@ -559,7 +559,7 @@ elsif ( $platform =~ m/linux/ ) $JRETOOLKITDIR = $JAVA_HOME.$ds."jre".$ds."lib".$ds."alpha".$ds."server"; $JRETHREADDIR = $JAVA_HOME.$ds."jre".$ds."lib".$ds."alpha".$ds."native_threads"; } - elsif ($platform =~ m/^arm.*?l-/) + elsif ($platform =~ m/^arm.*-gnueabi.*/) { print "Setting Linux ARM specific values... "; $oldoutfile = "LinuxARMEnv.Set.sh"; $CPU = "R"; -- 2.30.2